29
records
Residential GPCD (Gallons Per Capita Daily)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"residential-gpcd",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/residential-gpcd"
}
] - "definitions":{
- "residential-gpcd":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/residential-gpcd_records"
}
}
} - "records":
} - "properties":
- "residential-gpcd_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "gpcd":,{
- "type":"integer",
- "title":"GPCD",
- "description":"Gallons per Person per Day - for Residential Use (both indoor & outdoor)"
} - "multi_year_average":{
- "type":"integer",
- "title":"Multi Year Average",
- "description":"Periodic Averages"
}
} - "year":
}
} - "fields":
} - "properties":
} - "residential-gpcd":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.